body,
html {
  overflow-x: hidden;
  font-size: 14px;
}
* {
  padding: 0;
  margin: 0;
}
img {
  max-width: 100%;
}
a {
  color: #fff;
  text-decoration: none;
}
ul,
ol {
  list-style-type: none;
}
.container {
  width: 1200px;
  margin: auto;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.one {
  background: rgba(0, 0, 0, 0.52);
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 33333;
}
.logo {
  width: 156px;
  height: 80px;
  float: left;
  margin: 10px 0;
}

.logo img {
  width: 100%;
  height: 100%;
  display: block;
}
.nav1 {
  width: 875px;
  float: left;
  box-sizing: border-box;
  padding: 0 34px;
}
li.menu_li {
  line-height: 100px;
}
.nav1 li {
  float: left;
  position: relative;
}

.nav1 li a {
  display: block;
  padding: 0 35px;
  text-align: center;
  font-size: 16px;
}

.nav1 li ul {
  position: absolute;
  width: 100%;
  background: rgba(0, 0, 0, 0.52);
  z-index: 999;
  line-height: 40px;
  left: 0;
  opacity: 0;
  transition: all 0.6s ease 0s;
  transform: translate3d(0, 10px, 0);
  -moz-transform: translate3d(0, 10px, 0);
  opacity: 0;
  display: none;
}

.nav1 .subnav li {
  display: block;
  float: none;
}


.protitle{ width:100%; height:50px; padding-top:50px; padding-bottom:50px; background:#f7f7f7;}



.three_n {
	text-align: center;
	margin: 30px 0;
}

.three_n li {
	display: inline-block;
}

.three_n li a {
	display: block;
	line-height: 30px;
	padding: 0 20px;
	border-radius: 20px;
	margin: 0 5px;
   border: 1px solid #093;
   color:#000;
}

.three_n li.cur a,
.three_n li a:hover {
  background:#093;
  color:#fff;
}


.nav1 .subnav a {
  padding: 0;
  font-size: 10px;
  color: #fff;
}

.nav1 li:hover .subnav {
  opacity: 1;
  display: block;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
.tell {
  width: 149px;
  float: right;
  color: #fff;
}
.tell img {
  width: 29px;
  height: 24px;
  /*margin-left: 22px;*/
  margin-top: 35px;
  float: left;
}
.tell span {
  line-height: 100px;
  display: block;
  float: right;
  /* margin-right: 12px; */
}
.one a.cur,
.one .nav1 ul li a:hover {
  color: #f2d198;
}
.banner {
  width: 100%;
  height: auto;
}
.banner img {
  width: 100%;
  height: auto;
  display: block;
}
#banner .hd {
  position: absolute;
  bottom: 30px;
  left: 47%;
}
#banner .hd ul li {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  margin: 0 4px;
  background-color: #fff;
  float: left;
  color: transparent;
}
#banner .hd ul li.on {
  background: #f2d198;
}
div#banner {
  width: 100%;
  height: 100%;
  position: relative;
}

div#banner img {
  width: 100%;
  height: auto;
  display: block;
}
div#banner .prev,
div#banner .next {
  position: absolute;
  top: 47%;
  z-index: 333;
  font-size: 64px;
  font-family: "宋体";
}

div#banner .prev {
  left: 4%;
}

div#banner .next {
  right: 5%;
}

.title {
  text-align: center;
  line-height: 23px;
  margin-bottom: 30px;
}
.title h2 {
  font-size: 20px;
  color: #494949;
  margin-bottom: 5px;
}

.title h4 {
  color: #9f9e9e;
  font-size: 14px;
}
.two.container {
  padding-top: 28px;
  margin-bottom: 50px;
  overflow: hidden;
}
.two.container ul li {
  width: 282px;
  height: 199px;
  float: left;
  margin-right: 24px;
  position: relative;
}
.two.container ul li:nth-child(4) {
  margin-right: 0;
}
.t_img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.t_img img {
  width: 100%;
  height: 100%;
  display: block;
}
.two.container ul li:hover img {
  transform: scale(1.5);
  transition: all 1s;
}
.two.container ul li p {
  width: 82%;
  height: 72%;
  position: absolute;
  top: 14%;
  color: #fff;
  text-align: center;
  left: 9%;
  border: 1px solid #fff;
  box-sizing: border-box;
  padding-top: 34px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 27px;
  font-size: 13px;
}
.two.container ul li:nth-child(2) p {
  padding-top: 21px;
}
.three {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
}

.three .bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.three .bg img {
  width: 100%;
  height: 400px;
  display: block;
}
.fr.ln {
  width: 600px;
  color: #fff;
  padding: 50px;
  box-sizing: border-box;
}
.three p span {
  display: block;
  margin-top: 30px;
}

.three p {
  font-size: 14px;
  line-height: 22px;
}
.title2 {
  margin-bottom: 21px;
  line-height: 27px;
}

.title2 h2 {
  font-size: 20px;
}

.title2 h4 {
  font-size: 14px;
  font-weight: initial;
  border-bottom: 1px solid #baa279;
  width: 110px;
  padding-bottom: 5px;
}
.four.container ul li img {
  width: 280px;
  height: 280px;
  display: block;
}

.four.container ul li {
  width: 280px;
  float: left;
  margin-right: 20px;
  text-align: center;
}

.four.container ul li:nth-child(4) {
  margin-left: 0;
}
.four.container ul li:hover h3 {
  color: #f7d79e;
}
.f_img {
  overflow: hidden;
}
.four.container ul li h3 {
  color: #494949;
  margin: 6px 0;
  font-weight: inherit;
}

.four.container ul li p {
  color: #999;
  font-size: 12px;
}
.four.container .more {
  color: #494949;
  text-align: center;
  width: 202px;
  display: block;
  margin: 50px auto;
  height: 35px;
  border: 1px solid #000;
  overflow: hidden;
  line-height: 35px;
}

.four.container ul {
  overflow: hidden;
}
.four.container .more:hover {
  color: #f7d79e;
  border-color: #f7d79e;
}
.five {
  width: 100%;
  position: relative;
  color: #fff;
  overflow: hidden;
  padding-top: 32px;
  padding-bottom: 16px;
}

.five .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

.five .bg img {
  width: 100%;
  height: 100%;
  display: block;
}
.five .title h2,
.five .title h4 {
  color: #fff;
}
.five_nav ul li {
  float: left;
  padding: 6px 19px;
}

.five_nav {
  overflow: hidden;
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 1px solid #fff;
}

.five_nav ul li:hover,
.five_nav ul li.on {
  border-bottom: 1.1px solid #f2d198;
}
.five1 ul li:nth-child(3) {
  margin-right: 0;
}
.five1 ul li {
  width: 379px;
  float: left;
  margin-right: 31px;
}

.five_img img {
  width: 100%;
  height: auto;
  display: block;
  /* margin-bottom: 10px; */
  position: relative;
  top: -120px;
}

.five_img:hover img {
  transition: all 1s;
  transform: scale(1.5);
}

.five_img {
  overflow: hidden;
}
.five1 p {
  margin-top: 6px;
  line-height: 24px;
  margin-bottom: 38px;
  font-size: 13px;
}
.five1 h3 {
  font-size: 17px;
  font-weight: 100;
}
.six.container {
  padding-top: 50px;
}
.six.container ul li {
  height: 150px;
  width: 1198px;
  border: 1px solid #999;
  margin-bottom: 23px;
  box-sizing: border-box;
  padding: 24px 50px 0 0px;
}
.six.container ul li p {
  margin-top: 7px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  padding-left: 60px;
  font-size: 14px;
  color: #999;
}
.six.container ul li h3 {
  padding-left: 60px;
  background: url(../image/wen.png) no-repeat left center;
  background-size: 27px;
  height: 30px;
  background-position-x: 24px;
  background-position-y: 0px;
  font-size: 16px;
  color: #494949;
  font-weight: inherit;
}
.six.container .more {
  color: #494949;
  text-align: center;
  width: 202px;
  display: block;
  margin: 50px auto;
  height: 35px;
  border: 1px solid #000;
  overflow: hidden;
  line-height: 35px;
}
.six.container .more:hover {
  color: #f7d79e;
  border-color: #f7d79e;
}
.seven {
  width: 100%;
  position: relative;
  overflow: hidden;
  line-height: 25px;
  color: #fff;
  padding: 50px 0;
  padding-bottom: 60px;
}

.seven .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}
.lxwm.fl,
.seven .fr {
  z-index: 3333;
  position: relative;
}

.seven .bg img {
  width: 100%;
  height: 100%;
  display: block;
}
.lxwm.fl h3 {
  font-size: 24px;
  font-size: 24px;
  border-left: 2px solid #fff;
  padding-left: 10px;
  font-weight: inherit;
}

.lxwm.fl ul li {
  font-size: 14px;
  padding-left: 10px;
}

.lxwm.fl img {
  margin: 30px 0px 25px 1px;
}
.lxwm.fl ul {
  margin-top: -9px;
  line-height: 35px;
}
.lxwm.fl ul li:last-child img {
  width: 143px;
  margin-top: 12px;
}
.eight {
  width: 100%;
  height: 56px;
  color: #fff;
  background: #333;
  line-height: 56px;
  text-align: center;
}
/*内页*/

.page_container {
  width: 1200px;
  margin: auto;
}

/*product*/
.page_img img {
  display: block;
  width: 100%;
}

/*导航*/
.pro_nav {
  position: relative;
  padding-bottom: 70px;
  overflow: hidden;
}

.proNav_list {
  max-width: 1200px;
  margin: 0 auto;
}

.proNav_list li {
  width: 20%;
  float: left;
}

.proNav_list li > a {
  text-align: center;
  position: relative;
  line-height: 35px;
  font-size: 14px;
  color: #212121;
  padding: 26px 0 0;
  display: block;
}

.proNav_list li > a:after {
  content: "";
  display: block;
  width: 110px;
  height: 3px;
  background: #f2d198;
  position: absolute;
  bottom: 0;
  left: calc(50% - 55px);
  transform: scale(0, 1);
  transition: all 0.6s;
}

.proNav_list li img {
  display: block;
  width: 72px;
  height: 72px;
  margin: 0 auto 15px;
}

.proNav_list li .proNav_er {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 70px;
  width: 100%;
  background: #000000b3;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.6s;
}

.proNav_er a {
  display: inline-block;
  line-height: 70px;
  font-size: 14px;
  color: #fff;
  padding: 0 28px;
}

.proNav_list li > a.act + .proNav_er {
  visibility: visible;
  opacity: 1;
}

.proNav_list li > a:hover:after,
.proNav_list li > a.act:after {
  transform: scale(1, 1);
}

.proNav_er a:hover {
  color: #f2d198;
}
/**/

.page_product {
  overflow: hidden;
  background: #f7f7f7;
  padding: 50px 30px;
}

.page_product li {
  box-sizing: border-box;
  float: left;
  margin-right: 1.5%;
  background: #fff;
  box-shadow: 0 0 30px rgba(10, 10, 10, 0.1);
  width: 23.87%;
  margin-bottom: 3%;
  padding: 20px 20px 50px;
}

.page_product li:nth-child(4n) {
  margin-right: 0;
}

.page_product li div {
  padding: 30px 0;
  width: 100%;
  overflow: hidden;
}

.page_product li img {
  width: 100%;
  height: 300px;
  display: block;
  transition: all 2s;
}

.page_product li:hover img {
  transform: scale(1.1);
}

.page_product li h3 {
  font-size: 16px;
  line-height: 40px;
  margin-top: 5px;
  color: #2d2d2d;
 
  height: 40px;
  overflow: hidden;
}

.page_product li p {
  line-height: 18px;
  color: #838383;
  height: 36px;
  overflow: hidden;
}

.page_product li .more {
  width: 110px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border: 1px solid #f2d198;
  color: #f2d198;
  margin: 12px 0 0;
  display: block;
}

/**/

/*product_content*/

/**/
.product_item {
  padding: 50px 0;
  overflow: hidden;
}

.product_item img {
  height: auto;
}

/**/

/*article*/

.article {
  padding: 50px 0;
}

.article li {
  box-sizing: border-box;
  padding: 22px;
  width: 100%;
  margin-bottom: 50px;

  overflow: hidden;
}

.article li .article_l {
  height: 368px;
  width: 795px;
  overflow: hidden;
  float: left;
}

.article li img {
  height: 100%;
  display: block;
  width: 100%;
  transition: all 3s;
}

.article li:hover img {
  transform: scale(1.1);
}

.article li .article_r {
  width: 100%;
  box-sizing: border-box;
  padding: 22px 30px 0;
  height: 151px;
}

.article.art1 li a {
  color: #494949;
}
.article.art1 ul li {
  border: 1px solid #333;
}

.article li h3 {
  font-size: 22px;
  background: url(../image/wen.png) no-repeat;
  padding-left: 28px;
  padding-bottom: 6px;
  background-size: 22px;
  background-position-y: 4px;
}

.article li p {
  font-size: 15px;
  line-height: 27px;
  height: 122px;

  margin: 0px 0 45px;
  padding-left: 4px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.article li b {
  width: 110px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  display: block;
  background: #f2d198;
}

.article .article_odd .article_l {
  float: right;
}

.article .article_odd .article_r {
  float: left;
}

/*article_content*/

.Article_content {
  background: #fff;
  padding: 30px;
  box-sizing: border-box;
}

.Article_text {
  height: 38px;
  font-size: 24px;
  font-weight: normal;
  line-height: 38px;
  color: #4b4a4a;
  text-align: center;
}

.Article_content .info {
  height: 24px;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  color: #aaa;
  margin-bottom: 20px;
}

.Article_fx {
  overflow: hidden;
  border-bottom: 1px solid #e2e2e2;
}

.Article_fx h3 {
  color: #999;
  display: inline-block;
  float: left;
  line-height: 36px;
  margin-right: 12px;
}

.Article_fx .bdsharebuttonbox.bdshare-button-style0-32 {
  display: inline-block;
  float: left;
}

.bdshare-button-style0-32 a {
  width: 26px;
  margin: 0px 6px;
  line-height: 26px;
  height: 26px;
}

.bdshare-button-style0-32 a.bds_weixin {
  background: url(../image/newsShare_wx.png) no-repeat;
}

.bdshare-button-style0-32 a.bds_tsina {
  background: url(../image/newsShare_xl.png) no-repeat;
}

.bdshare-button-style0-32 a.bds_sqq {
  background: url(../image/newsShare_qq.png) no-repeat;
}

.Article_fx .newsBack {
  height: 36px;
  line-height: 36px;
  background: url(../image/back.png) no-repeat 5px center;
  padding-left: 40px;
  color: #999;
}

.Article_content .detail {
  padding: 10px 10px;
}

.Article_content .detail img {
  height: auto;
}

.news_page_a {
  color: #fff !important;
  font-size: 18px;
  text-align: center;
  display: inline-block;
  padding: 6px;
  background: #666;
  float: right;
}

/*上下键*/
.pading {
  clear: both;
  text-align: center;
}

.pading a,
.pading span {
  border: 1px solid #e5e5e5;
  color: #3f3f3e;
  text-decoration: none;
  overflow: hidden;
  padding: 5px 15px;
  display: inline-block;
}

.pading .next,
.pading .prev {
  border: 1px solid #e5e5e5;
  overflow: hidden;
  display: inline-block;
}

.pading span.current {
  background: #f2d198;
  border: #f2d198 1px solid;
  color: #fff;
}

/*上下键*/
.main_next {
  overflow: hidden;
  width: 100%;
  margin: auto;
  border-bottom: 1px solid #666;
  padding-bottom: 10px;
}

.main_next .prevrecord,
.main_next .nextrecord {
  margin: 5px 0px;
  display: block;
  font-size: 16px;
  color: #000;
}

.main_next .prevrecord a,
.main_next .nextrecord a {
  color: #666;
}

.main_next b {
  background: #a2a2a2;
  color: #fff;
  text-align: center;
  display: inline-block;
  margin-right: 10px;
  padding: 0px 5px;
}
/*page*/
.page_navs li {
  position: relative;
  float: left;
}

.page_navs a {
  height: 55px;
  font-size: 18px;
  line-height: 55px;
  text-align: center;
  border-right: 1px solid #eee;
  cursor: pointer;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  background: #666;
  color: #fff;
  display: block;
  padding: 0px 25px;
}

.page_uls {
  position: absolute;
  top: 55px;
  width: 100%;
  display: none;
  z-index: 45;
}

.page_uls li {
  float: left;
  width: 100%;
}

.page_uls a {
  padding: 0;
  border-right: none;
}

.page_navs li:hover .page_uls {
  display: block;
}

.page_navs li a:hover,
.page_navs li .cur {
  background: #00923f;
}

.page_navs li a:hover:before,
.page_navs li .cur:before {
  position: absolute;
  border-bottom: 8px solid #fff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid transparent;
  bottom: 0px;
  left: 50%;
  margin-left: -4px;
  content: "";
}

.page_m {
  clear: both;
}
/**/

/*footer*/
.footer {
  padding: 30px 0 30px;
  background: #212121;
}

.footer select {
  height: 30px;
  border-radius: 3px;
  padding-left: 15px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #fff url("http://static2.fuhai360.com/n200318/images/drop.jpg")
    right center no-repeat;
  width: 215px;
}

.footer select::-ms-expand {
  display: none;
}

/*相关产品相关文章开始*/

.xgwz,
.xgcp {
  background: #f7f7f7;
  padding: 20px;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.relevant {
  width: 100%;
  clear: both;
  margin-top: 20px;
  margin-bottom: 20px;
}

.relevant .rel_title {
  margin-bottom: 0;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  background: #1d1c1c;
  text-indent: 10px;
  color: #fff !important;
}

.relevant .rel_content {
  padding: 10px;
  overflow: hidden;
}
/*相关产品*/
.relevant_product .rel_item {
  width: 122px;
  float: left;
  margin: 0 5px 10px 5px;
}

.relevant_product .rel_item .rel_item_img {
  width: 100%;
  height: 90px;
}

.relevant_product .rel_item .rel_item_title {
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  overflow: hidden;
  color: #fff !important;
}
/*相关文章*/
.relevant_article .rel_item {
  width: 100%;
  height: 35px;
  line-height: 35px;
  border-bottom: 1px dashed #59504d;
  overflow: hidden;
}

.relevant_article .rel_item .rel_item_time {
  float: right;
  color: #999;
}

/**/

h4.related {
  border-bottom: 1px dashed #ccc;
  height: 55px;
  font-size: 28px;
  line-height: 55px;
  color: #4b4a4a;
}

h4.related span {
  display: inline-block;
}

.relatedlist {
  margin: 0 10px;
  padding: 10px 0;
  overflow: hidden;
}

ul.relate_news li a {
  color: inherit;
  display: block;
  line-height: 30px;
  border-bottom: 1px dashed #ccc;
  height: 46px;
  line-height: 46px;
  color: #4b4a4a;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

ul.relate_pr li {
  width: 20%;
  float: left;
}

ul.relate_pr li a {
  color: inherit;
  display: block;
  margin: 5px;
  text-align: center;
  line-height: 30px;
}

ul.relate_pr li img {
  width: 100%;
  display: block;
}

ul.relate_pr p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*留言板*/
.seven .fr {
  width: 686px;
  height: 443px;
  box-sizing: border-box;
  background: #fff;
  padding: 50px;
  color: #494949;
}

.f360-guestbook-form-item-label {
  float: left;
}
.f360-guestbook-form-item {
  width: 179px;
  float: left;
  margin-right: 10px;
  border-bottom: 1px solid #494949;
}
.f360-guestbook-form-item-field input {
  width: 129px;
  border: none;
  outline: 0;
}
div#f360_gb_tabs h3 {
  font-size: 18px;
  margin-bottom: 54px;
  font-weight: 500;
  color: #f2d198;
}
textarea.f360-guestbook-textbox.f360-guestbook-textarea {
  width: 100% !important;
  float: none;
  height: 95px;
  border: none;
  outline: 0;
}
.f360-guestbook-form-item:nth-child(4) {
  width: 100%;
  margin-top: 18px;
}
.f360-guestbook-form-item.yzm {
  width: 100%;
  border: navajowhite;
  margin-top: 20px;
}
.f360-guestbook-form-item.yzm input {
  border-bottom: 1px solid #494949;
  outline: 0;
}
.f360-guestbook-form-item.tj {
  border: navajowhite;
  width: 100%;
}
button#f360_gb_submit {
  width: 150px;
  height: 35px;
  background: none;
  border: 1px solid #f2d198;
  color: #f2d198;
  margin-left: 175px;
  margin-top: 20px;
  outline: 0;
}

/**动画**/
.one,
#banner,
.two,
.three,
.four,
.five,
.six,
.seven {
  opacity: 0;
}
.two.animate,
.four.animate,
.seven.animate,
.eight.animate,
.one.animate,
.three.animate,
.five.animate,
#banner.animate,
.six.animate {
  animation: top 1s ease-out both;
  -webkit-animation: top 1s ease-out both;
  -moz-animation: top 1s ease-out both;
  -o-animation: top 1s ease-out both;
}

@-webkit-keyframes top {
  0% {
    margin-top: 300px;
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    margin-top: 0px;
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
  }
}

@-moz-keyframes top {
  0% {
    margin-top: 300px;
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    margin-top: 0px;
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
  }
}

@-o-keyframes top {
  0% {
    margin-top: 300px;
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    margin-top: 0px;
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
  }
}

/*one*/

@-webkit-keyframes tops {
  0% {
    margin-top: 300px;
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
  }
}

@-moz-keyframes tops {
  0% {
    margin-top: 300px;
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    margin-top: 70px;
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
  }
}

@-o-keyframes tops {
  0% {
    margin-top: 300px;
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    margin-top: 70px;
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
  }
}

@keyframes left {
  0% {
    margin-left: -100%;
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
  }
  100% {
    margin-left: 0;
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
  }
}

@-webkit-keyframes left {
  0% {
    margin-left: -100%;
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
  }
  100% {
    margin-left: 0;
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
  }
}

@-moz-keyframes left {
  0% {
    margin-left: -100%;
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
  }
  100% {
    margin-left: 0;
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
  }
}

@-o-keyframes left {
  0% {
    margin-left: -100%;
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
  }
  100% {
    margin-left: 0;
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
  }
}

@keyframes right {
  0% {
    margin-right: -100%;
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
  }
  100% {
    margin-right: 0;
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
  }
}

@-webkit-keyframes right {
  0% {
    margin-right: -100%;
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
  }
  100% {
    margin-right: 0;
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
  }
}

@-moz-keyframes right {
  0% {
    margin-right: -100%;
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
  }
  100% {
    margin-right: 0;
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
  }
}

@-o-keyframes right {
  0% {
    margin-right: -100%;
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
  }
  100% {
    margin-right: 0;
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
  }
}
.six.container ul li em {
  color: #666;
  font-style: inherit;
  float: right;
  font-size: 12px;
}

.six.container ul li h3 {
  float: left;
}

.six.container ul li p {
  overflow: hidden;
  width: 96%;
}
.f360-guestbook-tabs-item.active,
.f360-guestbook-tabs-item {
  display: none;
}

div#f360_gb_form p {
  font-size: 18px;
  color: #f2d198 !important;
}

.f360-guestbook-form-item-label strong {
  display: none;
}

.five_nav ul li {
  background: #1c894d;
  font-size: 16px;
}
.five_nav {
  border-bottom: #060 dotted 2px;
}
.five_nav ul li.on {
  background-color: #34c475;
}
.five .title h2,
.five .title h4 {
  color: #093;
}
.logo img {
  height: auto;
  margin-top: 12px;
}
.two.container ul li:nth-child(2) p {
  padding-top: unset;
}
.five_img {
  height: 220px;
}
.five1 h3 {
  color: #000;
  text-align: center;
  line-height: 40px;
}
.five1 ul li {
  margin-right: 20px;
}
.t_img img {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-filter: grayscale(60%);
}
.nav1 {
  width: 740px;
}
.nav1 li a {
  padding: 0 24px;
}
.logo {
  width: 300px;
}
.eight {
  height: auto;
  line-height: 24px;
  padding: 10px 0;
}
ul.relate_pr li img {
  height: 175px;
}
.tell {
  width: 210px;
}
.tell span {
  font-size: 20px;
  font-weight: bold;
}
.two.container ul li p {
  width: 100%;
  height: 35px;
  position: absolute;
  top: 83%;
  color: #ffffff;
  text-align: center;
  left: unset;
  border: unset;
  box-sizing: border-box;
  padding-top: unset;
  padding-left: unset;
  padding-right: unset;
  line-height: 35px;
  font-size: 13px;
  background: #0008;
}
.info a {
  color: #999;
}
div#pagesize li {
  margin: 0;
  width: auto;
  padding: 0;
  background: unset;
  box-shadow: none;
  border: none;
  overflow: inherit;
}